Release 10.1A: OpenEdge Development:
Progress Dynamics Managers API Reference
isObjQuoted
This function checks the object number in the query string to determine whether or not it is wrapped in quotes. This is important when an application runs in European numerical format, because the object number must be treated differently when it is enclosed in quotes.
When using European numerical format, an object number enclosed in quotes must retain the comma inside the quotes in order to convert properly. If it is not enclosed in quotes, then the comma must be replaced with a decimal point to ensure that the query resolves properly.
This function is called by the
Location: af\app\afsesmngrp.i Parameters:fixQueryStringprocedure to determine whether or not the object number is quoted. If necessary, that procedure replaces the object number’s decimal separator.INPUT pcQueryString AS CHARACTERThe query being examined.
INPUT piPosition AS INTEGERReturns: LOGICAL Notes: None Examples: See thefixQueryStringprocedure inaf\app\afsesmngrp.i.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |